@charset "UTF-8";
/* CSS Document */
.header-content-wrapper {
  padding: 15px 0;
  color: #000;
  margin-bottom: 40px;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header-content-wrapper nav a:hover{
    filter: alpha(opacity=50);
  opacity: 0.5;
  }
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 1px;
    width: 15px;
    border-radius: 1px;
    background-color: #000;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
  }
}
@media(min-width:1200px) {
  .header-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #000;
  }
  .header-content-wrapper h1 {
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img {
    height: 40px;
    width: 200px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left: 60px;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem;
  }
}
.section_top {
  position: relative;
  margin-bottom: 60px;
  color: #000;
  font-weight: bold;
}
.section_top-lead {
  padding: 0 24px;
}
.section_top-lead1 {
  font-size: 3.0rem;
  line-height: 3.6rem;
  display: block;
  margin-bottom: 40px;
}
.section_top-lead2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  display: block;
  margin-bottom: 20px;
}
.TextTyping span {
	display: none;
}
.TextTyping::after{
 	content: "";
	animation: typinganime .8s ease infinite;
}
@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
.section_top p {
  font-size: 1.6rem;
  line-height: 3.0rem;
}
.blur{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
.blurTrigger{
    opacity: 0;
}
.section_top img {
  padding-top: 40px;
  height: auto;
  width: 100%;
}
@media(min-width:800px) {
  .section_top p br {
    display: none;
  }
}
@media(min-width:1180px) {
  .section_top {
    margin-bottom: 80px;
  }
  .section_top-lead {
    padding: 0 100px;
  }
  .section_top-lead1 {
    padding-top: 100px;
    font-size: 6.0rem;
    line-height: 7.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
  .section_top-lead2 {
    letter-spacing: 0.1em;
  }
  .section_top p {
    letter-spacing: 0.1em;
  }
  .section_top img {
    padding-top: 60px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
  }
}
.section_link-scene {
  margin-bottom: 40px;
  color: #000;
}
.section_link-scene h2 {
  margin-bottom: 20px;
}
.section_link-scene ul {
  list-style: none;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
}
.section_link-scene ul li {
  margin-bottom: 20px;
}
.ImgBox-Img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition-duration: 0.3s;
}
.ImgBox-Img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
@media(min-width:770px) {
  #section_link-scene_1 {
    margin-right: 20px;
  }
}
@media(min-width:1350px) {
  .section_link-scene h2 {
    font-size: 3.0rem;
  }
  .ImgBox-Img {
    width: 100%;
    max-width: 670px;
    height: 400px;
  }
  #section_link-scene_1 {
    margin-right: 0;
  }
}
.section_link-purpose {
  margin-bottom: 40px;
  color: #000;
}
.section_link-purpose h2 {
  margin-bottom: 20px;
}
.section_link-purpose ul {
  list-style: none;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
}
.section_link-purpose ul li {
  margin-bottom: 20px;
}
.ImgBox-Img_purpose {
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition-duration: 0.3s;
  object-fit: cover;
}
.ImgBox-Img_purpose:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
@media(min-width:770px) {
  #section_link-puepose_1 {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media(min-width:1140px) {
  #section_link-puepose_2 {
    margin-right: 20px;
  }
}
@media(min-width:1350px) {
  .section_link-purpose h2 {
    font-size: 3.0rem;
  }
  .ImgBox-Img_purpose {
    height: 300px;
    width: 100%;
    max-width: 440px;
  }
  #section_link-puepose_2, #section_link-puepose_1 {
    margin-right: 0;
  }
}
.section_catalog {
  margin-bottom: 60px;
  color: #000;
  text-align: left;
}
.section_catalog ol {
  list-style: none;
}
.section_catalog ol li {
  padding-top: 60px;
}
.section_catalog ol li:nth-child(2n) {
  background-color: #d9d9d9;
}
.section_catalog ol li h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding: 0 24px;
}
.slider {
  position: relative;
  height: 400px;
  z-index: 1;
  margin-bottom: 60px;
}
.slider-item01_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6859.jpeg");
}
.slider-item02_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6858.jpeg");
}
.slider-item03_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6867.jpeg");
}
.slider-item04_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6863.jpeg");
}
.slider-item05_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6861.jpeg");
}
.slider-item06_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6862.jpeg");
}
.slider-item07_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6865.jpeg");
}
.slider-item08_glafit {
  background: url("../images/ElectricBike/glafit/IMG_6866.jpeg");
}
.slider-item01_zero9{
  background: url("../images/ElectricBike/zero9/zero9_top.jpg")
}
.slider-item02_zero9{
  background: url("../images/ElectricBike/zero9/zero9_1.jpg")
}
.slider-item03_zero9{
  background:url("../images/ElectricBike/zero9/zero9_3.jpg")
}
.slider-item04_zero9{
  background: url("../images/ElectricBike/zero9/zero9_4.jpg")
}
.slider-item05_zero9{
  background: url("../images/ElectricBike/zero9/zero9_5.jpg")
}
.slider-item06_zero9{
  background: url("../images/ElectricBike/zero9/zero9_6.jpg")
}
.slider-item07_zero9{
  background: url("../images/ElectricBike/zero9/zero9_7.jpg")
}
.slider-item08_zero9{
  background: url("../images/ElectricBike/zero9/zero9_8.jpg")
}
.slider-item01_zero10{
  background: url("../images/ElectricBike/zero10/zero10_top.jpg")
}
.slider-item02_zero10{
  background: url("../images/ElectricBike/zero10/zaro10_1.jpg")
}
.slider-item03_zero10{
  background: url("../images/ElectricBike/zero10/zero10_2.jpg")
}
.slider-item04_zero10{
  background: url("../images/ElectricBike/zero10/zero10_3.jpg")
}
.slider-item05_zero10{
  background: url("../images/ElectricBike/zero10/zero10_4.jpg")
}
.slider-item06_zero10{
  background: url("../images/ElectricBike/zero10/zero10_5.jpg")
}
.slider-item07_zero10{
  background: url("../images/ElectricBike/zero10/zero10_6.jpg")
}
.slider-item08_zero10{
  background: url("../images/ElectricBike/zero10/zero10_7.jpg")
}
.slider-item09_zero10{
  background: url("../images/ElectricBike/zero10/zero10_8.jpg")
}
.slider-item01_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze_top.png")
}
.slider-item02_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze1.png")
}
.slider-item03_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze2.png")
}
.slider-item04_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze3.png")
}
.slider-item05_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze4.png")
}
.slider-item06_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze5.png")
}
.slider-item07_blaze{
  background: url("../images/ElectricBike/blaze_smart_ev/blaze6.png")
}
.slider-item01_uq{
  background: url("../images/ElectricBike/niu/niu.jpg")
}
.slider-item02_uq{
  background: url("../images/ElectricBike/niu/uqi4.jpg")
}
.slider-item03_uq{
  background: url("../images/ElectricBike/niu/uqi3.jpg")
}
.slider-item04_uq{
  background: url("../images/ElectricBike/niu/uqi2.jpg")
}
.slider-item05_uq{
  background: url("../images/ElectricBike/niu/uqi1.jpg")
}
.slider-item01_gogo{
  background: url("../images/ElectricBike/gogo_sr_carg/GOGO.jpg")
}
.slider-item02_gogo{
  background: url("../images/ElectricBike/gogo_sr_carg/gogo4.jpg")
}
.slider-item03_gogo{
  background: url("../images/ElectricBike/gogo_sr_carg/gogo5.jpg")
}
.slider-item04_gogo{
  background: url("../images/ElectricBike/gogo_sr_carg/gogo3.jpg")
}
.slider-item05_gogo{
  background:url("../images/ElectricBike/gogo_sr_carg/gogo2.jpg")
}
.slider-item06_gogo{
  background: url("../images/ElectricBike/gogo_sr_carg/gogo6.jpg")
}
.slider-item  {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #000; /*矢印の色*/
  border-right: 2px solid #000; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg); 
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*.section_catalog ol li img{
  width: 100%;
  height:auto;
  margin-bottom: 30px;
}*/
.section_catalog ol li p {
  padding: 0 24px;
  margin-bottom: 30px;
}
.section_catalog-discription {
  padding: 0 24px;
}
.section_catalog-mark{
  font-size: 2.0rem;
  color: #F56106;
}
.section_catalog-price {
  display: block;
  padding: 0 24px 60px;
}
#price1, #price2, #price3 {
  padding-bottom: 0;
}
@media(min-width:1180px) {
  .section_catalog {
    margin-bottom: 80px;
  }
  .section_catalog ol li {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  .section_catalog ol li:nth-child(2n) {
    flex-flow: row-reverse;
  }
  .section_catalog-title, .section_catalog-discription {
    flex: 50%;
    max-width: 600px;
  }
  .section_catalog ol li h3 {
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    padding: 0;
  }
  /* .section_catalog ol li img{
  max-width: 100%;
  height: 400px;
    background-position: left;
  object-fit: cover;
  margin-bottom: 30px;
}*/
  .section_catalog ol li p {
    padding: 0;
  }
  .section_catalog-price {
    padding: 0;
  }
  .section_catalog-discription {
    padding: 64px 0 40px 40px;
  }
}
.section_rule {
  margin-bottom: 60px;
  color: #000;
  padding: 0 24px;
}
.section_rule h2 {
  margin-bottom: 30px;
}
.section_rule p {
  text-align: left;
}
@media(min-width:1080px) {
  .section_rule {
    padding: 0 100px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .section_rule h2 {
    font-size: 3.0rem;
    margin-bottom: 40px;
  }
  .section_rule h2 br {
    display: none;
  }
}
.section_question {
  margin-bottom: 60px;
  color: #000;
  padding: 0 24px;
}
.section_question h2 {
  margin-bottom: 30px;
}
.section_question span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
.section_question p {
  text-align: left;
}
@media(min-width:1080px) {
  .section_question {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 0 100px;
  }
  .section_question h2 {
    margin-bottom: 40px;
    font-size: 3.0rem;
  }
  .section_question span {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}